Skip to content

ci: enforce biome formatting in CI#306

Merged
brendanjryan merged 1 commit into
mainfrom
ci/enforce-biome-check
Mar 13, 2026
Merged

ci: enforce biome formatting in CI#306
brendanjryan merged 1 commit into
mainfrom
ci/enforce-biome-check

Conversation

@brendanjryan

Copy link
Copy Markdown
Collaborator

CI currently runs pnpm checkbiome check --write, which auto-fixes formatting and always passes. This means formatting violations never actually fail the build.

Adds a check:ci script that runs biome check without --write so CI fails on unformatted code. The local check script keeps --write for the git hook auto-fix behavior.

Add check:ci script that runs biome check without --write so CI
actually fails on formatting violations instead of silently fixing them.
@vercel

vercel Bot commented Mar 13, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
mpp Building Building Preview, Comment Mar 13, 2026 10:22pm

Request Review

@brendanjryan brendanjryan merged commit b0eeb9a into main Mar 13, 2026
7 of 8 checks passed
@brendanjryan brendanjryan deleted the ci/enforce-biome-check branch March 13, 2026 22:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant